var google.golang.org/grpc/internal/resolver/dns.customAuthorityDialler

2 uses

	google.golang.org/grpc/internal/resolver/dns (current package)
		dns_resolver.go#L89: var customAuthorityDialler = func(authority string) func(ctx context.Context, network, address string) (net.Conn, error) {
		dns_resolver.go#L106: 		Dial:     customAuthorityDialler(authorityWithPort),